body {
  background: white;
  font-family: Arial, Helvetica, sans-serif;
}
.custom-navbar {
  background: #ffffff;
  padding: 18px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.container {
  max-width: 1150px;
}
.filter-container{
  background-color: #F5F9FE;
  border-color: #00000040;
  padding: 20px;
  border-radius: 2px;
  height: auto;

}
.logo {
  font-size: 28px;
  font-weight: 700;
  color: #1d3557 !important;
}

.logo span {
  color: #f4a261;
}

.navbar-nav .nav-link {
  color: #1d3557 !important;
  font-weight: 600;
  margin-left: 25px;
}

.nav-link a {
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #f19027 !important;
}

/* Contact Button */

.contact-btn {
  background: #1d3557;
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  text-decoration: none;
}

.contact-btn:hover {
  background: #16324f;
}

.arrow-circle {
  background: #f19027;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 14px;
}

/* Better spacing on mobile */
.custom-navbar .container {
  padding-left: 20px;
  padding-right: 20px;
}

/* Fix hamburger icon visibility */

/* .navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background-color: #1d3557;
    position: relative;
} */

/* Remove border */

/* Custom Hamburger Color #173257 */

/* ================= HAMBURGER FIX ================= */

.navbar-toggler {
  border: none;
  outline: none;
}

/* Custom Hamburger Color #173257 */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23173257' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* breadcrumb */
.breadcrumb-text {
  color: #777;
}
.breadcrumb-text span {
  color: #ff7a00;
}

/* title */
.page-title {
  font-weight: 600;
}

/* ================= FILTER ================= */

.filter-box {
  background: #f5f9fe;
  padding: 20px;
  border-radius: 10px;
}

.filter-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/* ================= PACKAGE CARD ================= */
.package-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
}

/* image */
.image-wrap {
  position: relative;
  flex: 0 0 50%;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filters{
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
}

.badge-off {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ff7a00;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
}
.card-heart {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  color: #ff7a00;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
}

/* content */

  .content {
  padding: 20px;
  flex: 1;
}

.content h5 {
  font-weight: 500;
}

.content p {
  color: #737373;
  gap:10px;
}

.content button {
  background-color: #173257;
}
.meta {
  font-size: 14px;
  color: #666;
}

.desc {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.price-row {
  margin-bottom: 12px;
}

.price-row .new {
  font-size: 18px;
}

.price-row .old {
  color: #ff7a00;
  text-decoration: line-through;
  margin-left: 8px;
}

.book-btn {
  width: 160px;
  background: #0b3d5c;
  border: none;
}

/* footer */

.footer {
  background: url("/Abroline/Assets/Images/Footer bg.png") center/cover
    no-repeat;
  padding: 50px 0 20px;
  font-size: 14px;
}

.footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer-logo {
  height: 40px;
}

.social-icons i {
  font-size: 18px;
  margin-right: 12px;
  color: #f19027;
  cursor: pointer;
}

.contact-info i {
  color: #f19027;
  margin-right: 8px;
}

.copy-right {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .package-card {
    flex-direction: column;
  }

  .image-wrap {
    flex: unset;
    height: 200px;
  }

  .book-btn {
    width: 100%;
  }
}
